Welcome![Sign In][Sign Up]
Location:
Search - haar opencv

Search list

[SourceCodehaar分类器检测人脸

Description: haar classifiers以及人脸检测的代码。需要用到opencv!
Platform: | Size: 1095 | Author: dkflame | Hits:

[2D Graphic 人脸识别

Description: opencv cvHaarDetectObjects Haar 教学 应用 HaarDetectObjects 人脸识别 eyes detection
Platform: | Size: 1983 | Author: vul3xl3cj3 | Hits:

[AI-NN-PRHaarFaceDetect

Description: 人脸检测领域经典的Haar人脸检测。使用OpenCV.-Face Detection classic Haar face detection. Use OpenCV.
Platform: | Size: 83968 | Author: 向慧 | Hits:

[Bio-Recognizeadaboost_haar_bylaoYu

Description: 利用OpenCv开发的一个基于adaboost算法和haar小波变换的人脸算法,具体情况可参考Paul Viola ,Robust Real-Time Face Detection,2004-OPEN development of the use of an algorithm based on adaboost haar wavelet transform and the Face algorithm specific reference Paul Viola, Robust Real-Time Face Detection, 2004
Platform: | Size: 1024 | Author: 老余 | Hits:

[Otherhumandetection

Description: 利用OPENCV图像处理软件,选取扩展的Haar-like特征,实现基于Adaboost的人脸检测技术,-OPENCV using image processing software, select the expansion Haar- like characteristics, Adaboost based Face Detection technology
Platform: | Size: 2790400 | Author: lilanlan | Hits:

[GDI-BitmapIntelligentSaver2

Description: It is a utility to control screen saver using human face detection. Human face detection is performed using OpenCV Haar-Cascade method. The software is primarily a daemon that resides in your system tray and keeps observing the input from a webcam to analyze if the user is no longer in view. Currently two angles are supported namely frontal pose and profile pose.
Platform: | Size: 92160 | Author: 陈实 | Hits:

[File FormatHaarTraining

Description: opencv中用到的harr训练的详细介绍,含截图-opencv Harr training used in the detailed introduction, including screenshots
Platform: | Size: 113664 | Author: wangjun | Hits:

[AI-NN-PRfacetect_matlab

Description: Face-Detector, OpenCV Haar cascade object detection. Matlab interface for running haar-cascade object detectors from the Intel Open Computer Vision Library.
Platform: | Size: 1063936 | Author: njustyw | Hits:

[Graph Recognizehaarcascade

Description: 利用级联的HAAR分类器寻找检测目标,采用OPENCV编写,代码简单运行稳定-Use the haar classifier cascade testing to find the target, using OPENCV preparation, code simple and stable operation
Platform: | Size: 183296 | Author: 鄢胜勇 | Hits:

[Graph RecognizeIntelligent_Screen_Saver

Description: It is a utility to control screen saver using human face detection. Human face detection is performed using OpenCV Haar-Cascade method. The software is primarily a daemon that resides in your system tray and keeps observing the input from a webcam to analyze if the user is no longer in view. Currently two angles are supported namely frontal pose and profile pose.
Platform: | Size: 98304 | Author: 萧董 | Hits:

[Graph RecognizeTestDetection_v.2

Description: This article is an extention of an article that I posted on CodeProject earlier (See http://www.codeproject.com/KB/mcpp/iss.aspx). This project demonstrates how to perform human face and eye detection using OpenCV in .NET. The detection is performed using Haar Cascades that I acquired from two different sources (See References). -This article is an extention of an article that I posted on CodeProject earlier (See http://www.codeproject.com/KB/mcpp/iss.aspx). This project demonstrates how to perform human face and eye detection using OpenCV in. NET. The detection is performed using Haar Cascades that I acquired from two different sources (See References).
Platform: | Size: 25600 | Author: 萧董 | Hits:

[Waveletmy_EZW_haar

Description: 用HAAR小波变换,对其小波系数进行提取关系,然后进行零树编码,实现压缩,最后解压缩,还原原图片。本人进行小优化,十分值得借鉴。-Using haar wavelet transform, the wavelet coefficients extracted their relationship, and then zero-tree coding to achieve compression, decompression Finally, restore the original picture. I conducted a small optimization, very worth learning from.
Platform: | Size: 9216 | Author: 李红 | Hits:

[Special Effectshaarcascade

Description:
Platform: | Size: 179200 | Author: 黄春瑞 | Hits:

[Graph RecognizeOpenCV_face_detector

Description: This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img) -This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are-1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
Platform: | Size: 1295360 | Author: ruan | Hits:

[Special EffectsHaarFaceDetect

Description: This program is the haar opencv face detector slightly modified for ease of use There are command line options available to avoid the need to use the gui (see facedetect.cpp for the command line option format This program needs fltk installed. It can be downloaded online. The standard facedetect.cpp works at one scale. Our facedetect pyarmids the image up and down to allow processing at more scales. This can also be achieved via the cvHaarDetectObjects function. This program has only been tested with uncompressed avi files
Platform: | Size: 83968 | Author: 陈忠翔 | Hits:

[Special Effectsharrtrack

Description: 利用级联的Haar分类器寻找检测目标,这是OPENCV上的程序,与大家分享-Using the Haar classifier cascade find Detected goals, OPENCV This is on the procedures to share with you
Platform: | Size: 178176 | Author: 田贵友 | Hits:

[Special Effectshaar

Description: 利用opencv编写的,利用级联的haar分类器寻找检测目标-Prepared using opencv using the haar classifier cascade testing to find the target
Platform: | Size: 181248 | Author: 秋晨 | Hits:

[CSharpFaceandEyesDetectionUsingOpenCV

Description: Face and Eyes Detection Using OpenCV. Introduction This article is an extension of an article that I posted on CodeProject earlier. This project demonstrates how to perform human face and eye detection using OpenCV in .NET. The detection is performed using Haar Cascades that I acquired from two different sources
Platform: | Size: 1294336 | Author: reyjav | Hits:

[Wavelethaar

Description: haar小波变换 在VC环境下 基于opencv实现-haar wavelet transform opencv implementation environment based on VC
Platform: | Size: 1230848 | Author: 王世强 | Hits:

[OpenCV利用opencv识别

Description: 手势识别,haar算法,人脸检测,vs平台,opencv库(gesture recognition)
Platform: | Size: 3950592 | Author: ``往事 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net